babl: make babl_space_to_icc symbol internal
authorØyvind Kolås <pippin@gimp.org>
Wed, 11 Jul 2018 19:48:10 +0000 (21:48 +0200)
committerØyvind Kolås <pippin@gimp.org>
Wed, 11 Jul 2018 19:48:10 +0000 (21:48 +0200)
babl/babl-internal.h
babl/babl.h
export-symbols

index b857a6500a674512dfa371325c10ddf006bc4799..392d786b607fc59579491f88f4135c29659bcead 100644 (file)
@@ -446,4 +446,19 @@ babl_conversion_process (const Babl *babl,
 void _babl_fish_rig_dispatch (Babl *babl);
 void _babl_fish_prepare_bpp (Babl *babl);
 
+
+/* babl_space_to_icc:
+ *
+ * Creates an ICCv2 RGB matrix profile for a babl space. The profiles strive to
+ * be as small and compact as possible, TRCs are stored as 1024 entry LUT(s).
+ *
+ * the result is allocated with malloc and you should free it when done.
+ */
+
+char *babl_space_to_icc (const Babl  *space,
+                         const char  *description,
+                         const char  *copyright,
+                         BablICCFlags flags,
+                         int         *icc_length);
+
 #endif
index 164533b6093c4ed03c811c5ad33938b81ef9492e..d483249becf450292bd064fc4b4ae3b3ccbc598c 100644 (file)
@@ -496,19 +496,6 @@ typedef enum {
   BABL_ICC_COMPACT_TRC_LUT = 1,
 } BablICCFlags;
 
-/* babl_space_to_icc:
- *
- * Creates an ICCv2 RGB matrix profile for a babl space. The profiles strive to
- * be as small and compact as possible, TRCs are stored as 1024 entry LUT(s).
- *
- * the result is allocated with malloc and you should free it when done.
- */
-
-char *babl_space_to_icc (const Babl  *space,
-                         const char  *description,
-                         const char  *copyright,
-                         BablICCFlags flags,
-                         int         *icc_length);
 
 /* babl_space_get:
  *
index 2b96e83c5b5ccbde8738739ce268309470dbe657..f9d0a1cf906a5aed7a053bcb67e18cc8ab3d3d2c 100644 (file)
@@ -42,7 +42,6 @@ babl_sampling
 babl_set_user_data
 babl_space
 babl_space_from_xyz
-babl_space_to_icc
 babl_space_get_icc
 babl_chromaticities_make_space
 babl_space_get